home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETBCM4E.IN_ / netbcm4e.inf
Encoding:
INI File  |  2003-03-24  |  3.0 KB  |  98 lines

  1. ; netbcm4e.inf
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4. ;
  5.  
  6. [version]
  7. Signature= "$Windows NT$"
  8. Class=Net
  9. ClassGUID= {4d36e972-e325-11ce-bfc1-08002be10318}
  10. Provider= %MSFT%
  11. LayoutFile=layout.inf
  12. DriverVer=10/01/2002,2.31.0.2
  13.  
  14. [Manufacturer]
  15. %V_BCM% = BROADCOM
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect     = *
  19.  
  20. [BROADCOM]
  21. %BCM4412.DeviceDesc% = BCM44X2, PCI\VEN_14E4&DEV_4412
  22.  
  23. [BCM44X2.NT]
  24. Characteristics    = 0x84            ; NCF_PHYSICAL | NCF_HAS_UI
  25. BusType        = 5            ; PCI bus
  26. AddReg        = BCM44X2.reg, AdvancedTab.reg, 8021pPriority.reg
  27. CopyFiles    = BCM44X2.files.NT
  28.  
  29. [BCM44X2.NT.Services]
  30. AddService = BCM44X2, 2, BCM44X2.Service, common.EventLog
  31.  
  32. [BCM44X2.reg]
  33. HKR,    Ndi,    Service,        0,    "BCM44X2"
  34. ; Ndis Info
  35. ; Interfaces
  36. HKR,    Ndi\Interfaces,    UpperRange,    ,    %ndis5%
  37. HKR,    Ndi\Interfaces,    LowerRange,    ,    %ethernet%
  38. HKR,    Ndi,    HelpText,        ,    %BCM44X2_HELP%
  39.  
  40. [BCM44X2.Service]
  41. DisplayName    = %BCM44X2.Service.DispName%
  42. ServiceType    = 1            ; %SERVICE_KERNEL_DRIVER%
  43. StartType    = 3            ; %SERVICE_DEMAND_START%
  44. ErrorControl    = 1                ; %SERVICE_ERROR_NORMAL%
  45. ServiceBinary    = %12%\BCM4E5.SYS
  46. LoadOrderGroup    = NDIS
  47.  
  48. [common.EventLog]
  49. AddReg = common.AddEventLog.reg
  50.  
  51. [common.AddEventLog.reg]
  52. HKR,    ,    EventMessageFile,    0x00020000,    "%%SystemRoot%%\System32\netevent.dll"
  53. HKR,    ,    TypesSupported,        0x00010001,    7
  54.  
  55. [BCM44X2.files.NT]
  56. BCM4E5.SYS,,,2
  57.  
  58. [8021pPriority.reg]
  59. HKR, Ndi\Params\8021pPriority,         ParamDesc,  0, %8021pPriority%
  60. HKR, Ndi\Params\8021pPriority,         default,    0, "0"
  61. HKR, Ndi\Params\8021pPriority\Enum,    "1",        0, %Enabled%
  62. HKR, Ndi\Params\8021pPriority\Enum,    "0",        0, %Disabled%
  63. HKR, Ndi\Params\8021pPriority,         type,       0, "enum"
  64.  
  65. [AdvancedTab.reg]
  66. HKR, Ndi\params\SpeedAndDuplex,       ParamDesc,  0, %SpeedAndDuplex%
  67. HKR, Ndi\params\SpeedAndDuplex,       default,    0, "0"
  68. HKR, Ndi\params\SpeedAndDuplex,       type,       0, "enum"
  69. HKR, Ndi\params\SpeedAndDuplex\enum,  "0",        0, %AutoDetect%
  70. HKR, Ndi\params\SpeedAndDuplex\enum,  "1",        0, %10MbHalfDuplex%
  71. HKR, Ndi\params\SpeedAndDuplex\enum,  "2",        0, %10MbFullDuplex%
  72. HKR, Ndi\params\SpeedAndDuplex\enum,  "3",        0, %100MbHalfDuplex%
  73. HKR, Ndi\params\SpeedAndDuplex\enum,  "4",        0, %100MbFullDuplex%
  74.  
  75. [DestinationDirs]
  76. DefaultDestDir=12
  77. BCM44X2.files.NT = 12
  78.  
  79. [strings]
  80. ndis5     = "ndis5"
  81. ethernet  = "ethernet"
  82. MSFT      = "Microsoft"
  83. V_BCM     = "Broadcom"
  84.  
  85. SpeedAndDuplex   = "Speed & Duplex"
  86. AutoDetect       = "Auto Detect"
  87. 10MbHalfDuplex   = "10Mbps, Half Duplex"
  88. 10MbFullDuplex   = "10Mbps, Full Duplex"
  89. 100MbHalfDuplex  = "100Mbps, Half Duplex"
  90. 100MbFullDuplex  = "100Mbps, Full Duplex"
  91. 8021pPriority    = "802.1p Priority Support"
  92. Enabled          = "Enabled"
  93. Disabled         = "Disabled"
  94.  
  95. BCM4412.DeviceDesc       = "BCM 4412 10/100 Ethernet Network Adapter"
  96. BCM44X2_HELP             = "The BCM 10/100 Ethernet Network Adapter provides local area networking"
  97. BCM44X2.Service.DispName = "BCM 10/100 Ethernet Network Adapter Driver"
  98.